home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / DebugWindow 1.4 / Debug.h < prev    next >
Text File  |  1993-08-30  |  153b  |  11 lines

  1.  
  2. #ifndef _DEBUGWINDOW_H_
  3. #define _DEBUGWINDOW_H_
  4.  
  5. void Debug ( char *format, ... );
  6. void ClearDebugWindow (void);
  7. void DebugTimestamp ( void );
  8.  
  9. #endif
  10.  
  11.